From dea95cc23085d9e9609e21dd593f781b68e1d997 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 10 Jun 1993 06:11:55 +0000 Subject: [PATCH] * s/dgux.h (BROKEN_FASYNC): #define this. --- src/s/dgux.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/s/dgux.h b/src/s/dgux.h index 9f4e759f7ae..2c7478d9e02 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -324,3 +324,11 @@ CC=gcc #endif /* COFF */ /* Define switches affecting x/ymakefile */ #define C_OPTIMIZE_SWITCH + +/* Paul M Reilly writes: + On some systems (DGUX comes to mind real fast) FASYNC causes + background writes to the terminal to stop all processes in the + process group when invoked under the csh (and probably any shell + with job control). This stops Emacs dead in its tracks when coming + up under X11. */ +#define BROKEN_FASYNC -- 2.30.2